home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-03-13 | 1.1 KB | 107 lines | [TEXT/KAHL] |
- /* #include <proto.h> */
-
- /* Protoypes grabbed from file
- ** "Driver.c"
- ** 1989 Mar 3 (Fri) 19:59:30
- */
-
-
- int main(void);
-
-
- void Open(void);
-
-
- void Close(void);
-
-
- void Status(void);
-
-
- void Prime(void);
-
-
- void Control(void);
-
-
- myInstall(DCtlPtr Qu);
-
-
- Close1(DCtlPtr DCE,
- ParmBlkPtr PBP);
-
-
- Prime1(DCtlPtr DCE,
- ParmBlkPtr PBP);
-
-
- Control1(DCtlPtr DCE,
- ParmBlkPtr PBP);
-
-
- Status1(DCtlPtr DCE,
- ParmBlkPtr PBP);
-
- void
- autoInsert(void);
-
- void
- ParkDrive(void);
-
-
- void InitPars(
- Boolean flag,
- unsigned int id);
-
-
- rwBlock(Ptr buffer,
- unsigned long LBA,
- unsigned int nBlk,
- Boolean isRead,
- unsigned int id);
-
-
- mySCSI(unsigned long time,
- Boolean isBli,
- Boolean isRead,
- Ptr tibPtr,
- unsigned int id,
- unsigned int cmdLen,
- Ptr cmdPtr);
-
-
- reqSense(Ptr buffer,
- unsigned int count);
-
-
- TestDrive(unsigned long defSect,
- int id);
-
-
- reassBlk(
- unsigned long defSect);
-
-
- Ptr AllocGlobs(void);
-
-
- Ptr GetICN(void);
-
-
- void InitGlobs(Ptr);
-
-
- void SaveVal(long);
-
-
- int strcmp(char *s1, char *s2);
-
-
- void DisposGlobs(long);
-
-
- long ManiA4(long myA4, int flag);
-
-
- void SE(long err, char * mess);
-